public static bool IsBlock(this IFieldEvent self)
 {
     return(self is Block);
 }
 public static void AddUIImage(this IFieldEvent self, FieldCellButtonController controller)
 {
     Object.Instantiate(self.UIImagePrefab, controller.EventRoot.transform, false);
 }