public static DataTable GetAllMsgBw(Guid UserId, Guid otherId) { return(MessageDAL.GetAllMsgBw(UserId, otherId)); }