public postInviteContact(Activity activity, SPGetUserFollowers_Result userData, Button btnSendInvite, FollowerAdapter followerDataAdapter)
 {
     this.activity            = activity;
     this.userData            = userData;
     this.btnSendInvite       = btnSendInvite;
     this.followerDataAdapter = followerDataAdapter;
 }
 public btnInviteClick(Activity activity, SPGetUserFollowers_Result followerData, Button btnSendInvite, FollowerAdapter dataAdapter)
 {
     this.dataAdapter   = dataAdapter;
     this.activity      = activity;
     this.followerData  = followerData;
     this.btnSendInvite = btnSendInvite;
 }