public void RemoveTimepoint([NotNull] TimeDataPoint tdp)
 {
     _tp.DeleteTimepoint(tdp);
 }