public GeneticCodeCreatorPresenter(IGeneticCodeCreatorView view, IGeneticCodeCreatorModel model) 
     : base(view, model)
 {
 }
 public void Delete(IGeneticCodeCreatorModel model, IRepositoryArgs args)
 {
     throw new NotImplementedException();
 }