public int GetUnreadCount(User user)
 {
     return(PrivateMessageRepository.GetUnreadCount(user.UserID));
 }