public System.Data.DataTable GetStaffAssignedServicesCounterBLL(string staffcode)
 {
     DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO accDAO1 = new DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO();
     Entities.RTOService   entObj1 = new Entities.RTOService();
     System.Data.DataTable dt      = new System.Data.DataTable();
     dt = accDAO1.GetStaffAssignedServicesCounterDAL(staffcode);
     return(dt);
 }