public int unFollowUser(string currentusername, string usernametobeunfollowed) { int result = d.unFollowUser(currentusername, usernametobeunfollowed); return(result); }