public void EditProduct(int Id, double Cost, int Amount)
 {
     _valuesManager.EditProduct(Id, Cost, Amount);
 }