public static bool DelPayment(int id)
 {
     return(PaymentDAO.DelPayment(id));
 }