private bool CategoryExists(int id)
 {
     return(_categoriesRepository.Exist(id));
 }