public CodonsPresenter(string geneticCodeName, ICodonsView view, ICodonsModel model) 
     : base(geneticCodeName, view, model)
 {
 }
 public void Delete(ICodonsModel model, IRepositoryArgs args)
 {
     throw new NotImplementedException();
 }