public List <AllGenresForGrid> GetAllGenresForGrid() { List <AllGenresForGrid> allGnrL = new List <AllGenresForGrid>(); allGnrL = DALServices.GetAllGenresForGrid(context); return(allGnrL); }