public virtual void UpdateRolePermission(RolePermission entity)
 {
     entityDao.UpdateRolePermission(entity);
 }