public void Remove(int ID)
 {
     paymentDao.RemoveByID(ID);
 }