public static CargosInHousingWindow GetInstance()
 {
     if (_Instance == null)
     {
         _Instance = new CargosInHousingWindow();
     }
     return(_Instance);
 }
 private void Dispose(object sender, EventArgs e)
 {
     _Instance = null;
 }