public virtual void DeleteRolePermission(Int32 id)
 {
     entityDao.DeleteRolePermission(id);
 }