public CategoryList GetById(int id)
 {
     return(catListRepo.Get(id));
 }