public void RemoveValuePoint(DTOValuePoint dtoValuePoint)
 {
    var valuePoint = dtoValuePoint.ValuePoint;
    AddCommand(_moBiFormulaTask.RemoveValuePointFromTableFormula(_formula, valuePoint, BuildingBlock));
 }