public SocialAdapter(Activity context, SocialModelType socialModelType)
        {
            try
            {
                HasStableIds    = true;
                ActivityContext = context;
                SocialPageType  = socialModelType;

                SocialList = new ObservableCollection <SocialModelsClass>();
            }
            catch (Exception e)
            {
                Methods.DisplayReportResultTrack(e);
            }
        }
        public SocialAdapter(Activity context, SocialModelType socialModelType)
        {
            try
            {
                HasStableIds    = true;
                ActivityContext = context;
                SocialPageType  = socialModelType;

                SocialList = new ObservableCollection <SocialModelsClass>();
            }
            catch (Exception e)
            {
                Console.WriteLine(e);
            }
        }