public void CLearAllTextBoxSetupConnection(SetupConnectionInterface view)
 {
     view.SetupConnectionDatabase.Text = "";
     view.SetupConnectionServer.Text   = "";
     view.SetupConnectionPort.Text     = "";
     view.SetupConnectionPassword.Text = "";
     view.SetupConnectionId.Text       = "";
 }
 public SeptupConnectionPresenter(SetupConnectionInterface iview)
 {
     view = iview;
 }