// load emp name public List <UserRoleDTO> LoadEmpName(int emptypeid, int spcilistid) { return(DAL.LoadEmpName(emptypeid, spcilistid)); }