public void SetValue(BlueprintMediabar sender, double value)
 {
     this.time = (int)Math.Floor (value);
 }
 public void SetValue(BlueprintMediabar sender, double value)
 {
     this.time = value;
 }