public Options_Table(Expert other, BindingList <Options> opti)
 {
     _expert  = other;
     _options = opti;
     marks    = new List <string>();
 }
 public Expert_Table(Expert other)
 {
     _expert = other;
 }