Howto sort a DataManager

Foo.DataManager d = this.Find();
if( ! d.Initialized )
d.Init();
d.Start( new SortInfo("Name") );