public virtual IList <RolePermission> GetAllRolePermission()
 {
     return(entityDao.GetAllRolePermission());
 }