public System.Data.DataTable FillstaffBLL(string centercode)
 {
     DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO accDAO1 = new DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO();
     Entities.Account      entObj = new Entities.Account();
     System.Data.DataTable dt1    = new System.Data.DataTable();
     dt1 = accDAO1.FillstaffDAL(centercode);
     return(dt1);
 }