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