pub type FromControllerTx = Sender<UiMessage>;
Sender for messages from controller to frontend
pub struct FromControllerTx { /* private fields */ }