public bool CatSave(CategoryModel cat) { var save = _categoryRepository.CatSave(cat); return(save); }