protected override List <object> GetData() { return(EnumerableExtensions.ToList <object>(_service.GetAllResources().OrderBy(x => x.SortIndex))); }