public bool Edit(string id, ProductModel model)
 {
     return(_res.Edit(id, model));
 }