public static List <Connection> GetAllConnection()
 {
     return(DicConnection.Select(obj => obj.Value.Clone() as Connection).ToList());
 }