public bool CreateProduct(string code, string description, string barcode, string price, string sourceParner, string createdBy) { return(MySqlHelper.CreateProduct(code, description, barcode, price, sourceParner, createdBy)); }