public void Dispose() { service = null; }
public SystemViewModel() { service = new SystemDataSvc(); }