public int ConnectToUser(string userId, string friendId)
 {
     return(_userProcess.ConnectToUser(userId, friendId));
 }