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