public void Update(ACategory model)
 {
     throw new NotImplementedException();
 }
 public void Insert(ACategory model)
 {
     throw new NotImplementedException();
 }