public InterpolationTabUIObject(InterpolationRecord interpolation)
 {
     _Interpolation = interpolation;
 }
 public InterpolationTabUIObject()
 {
     _Interpolation = new InterpolationRecord();
 }