public static DataTable GetUserConnections(Guid UserId) { return(ConnectionDAL.GetUserConnections(UserId)); }