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