public void SetUp()
        {
            this.view             = new MockMarkerEditBox();
            this.preview          = new MockMarkerViewPreview();
            this.sequenceRegistry = new MockSequenceRegistry();
            this.sequenceModel    = new MockSequenceModel();
            this.sequence         = new Sequence();
            this.sequenceRegistry.CurrentSequence = this.sequence;

            this.sequenceRegistry.CurrentSequenceModel = this.sequenceModel;
        }
 public void SetUp()
 {
     this.view           = new MockMarkerEditBox();
     this.preview        = new MockMarkerViewPreview();
     this.projectService = new MockProjectService();
 }