public string GetUsersFollowingsInfo(int userId)
 {
     return(m_UserDBHelper.GetUsersFollowingsInfo(userId));
 }