public static bool replaceAnteTypes(MapElement mapElementT)
 {
     mapElement = mapElementT;
     anteTypes_current.Clear();
     anteTypes_replace.Clear();
     Form_ReplaceAnteType dialog = new Form_ReplaceAnteType();
     dialog.ShowDialog();
     return needUpdate;
 }
        public static bool replaceAnteTypes(MapElement mapElementT)
        {
            mapElement = mapElementT;
            anteTypes_current.Clear();
            anteTypes_replace.Clear();
            Form_ReplaceAnteType dialog = new Form_ReplaceAnteType();

            dialog.ShowDialog();
            return(needUpdate);
        }