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