public EMController(IEMServer EMServer) { _IEMServer = EMServer; }
public EMController() { _IEMServer = new EMServer(); }