public bool Delete() { dbConnect con = new dbConnect(); bool ret = con.DeleteServiceFee(this.ServiceFeeID); con.Close(); return(ret); }