public DataTable GetRecord(int ID)
 {
     return(objUserMasterDAL.GetRecord(ID));
 }