public List <MemberDTO> GetDueMemeberList(string memno, string memname, string contactno, string memtype)
 {
     return(DAL.GetDueMemeberList(memno, memname, contactno, memtype));
 }