public void Init() { cmrsService = new DbCMRsService(); }
public CMRViewModel(ICMRsService cmrsService) { this._CMRsService = cmrsService; }