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