public bool InputNumber([ByRef] IVariable Number, string Tooltip = null, int Length = 0, int Precision = 0)
 {
     return(InputNumberDialog.Show(Number, Tooltip, Length, Precision));
 }