public List <Object> GetValue()
 {
     return(DicProperty.Select(i => i.Value).ToList());
 }
 public List <String> GetProperty()
 {
     return(DicProperty.Select(i => i.Key).ToList());
 }