public virtual TblSocialAccounts PrepareTblSocialAccounts(SocialAccountModel socialAccount)
        {
            var result = socialAccount.Adapt <TblSocialAccounts>();

            return(result);
        }