public IActionResult DeleteList()
 {
     return(View(metaFieldService.GetEntitiesDeletedByMetaObjectId(CurrentMetaObjectId)));
 }