public static void ShowMapForm(Coordinate startCoordinate, string comm) { MapForm f = new MapForm(startCoordinate); ShowNotification(f, comm); }