You have to declare an instance of each class, within the ControlSystem.
Then make an event to send the data to/from ControlSystem to your "breakout" cs files
UserInterface ui = new UserInterface(some parameter);
ui.SendEvent += Methodtosend()
ui.RXEvent =+ MethodthatGetsData()
See the above crude example