public string GetLable(double lable)
 {
     return(Lables.FirstOrDefault(t => t.Value == lable).Key);
 }