public Category GetByWithNotes(int id)
 {
     return(_categoryDal.GetByWithNotes(id));
 }