public List <CategoryList> GetAll()
 {
     return(catListRepo.GetAll());
 }