public List <TvSerie> GetAllTvSeries() { var sortedList = ida.GetAllTvSeries().OrderBy(x => x.ItemName).ToList(); return(sortedList); }