public void ToSettings()
 {
     LeftName.text   = mwm.sd.names[0];
     RightName.text  = mwm.sd.names[1];
     LeftInput.text  = "";
     RightInput.text = "";
     mwm.ToSettings();
 }