// insert Model public bool insertDSModelDB(ProductModel model) { db = new DatabaseAccess(); db.DSinsertModel(model); return true; }