public int Update(CategoryList catList)
 {
     return(catListRepo.Update(catList));
 }