public SysRole getRoleByID(long id)
 {
     return(sysRoleDal.getRoleByID(id));
 }