public bool Update(Product entity)
 {
     return true;
 }
 public bool Insert(Product entity)
 {
     return true;
 }