private bool CategoriesExists(int id) { return(_categoriesRepository.Any(e => e.IdCategory == id)); }