public IBOIdentityuserprofile BOİdentityuserprofile(IIdentityuserprofileRepository repo)
        {
            BOIdentityuserprofile boİdentityuserprofile = (BOIdentityuserprofile)BOİdentityuserprofile();

            boİdentityuserprofile.Repository = repo;
            return(boİdentityuserprofile);
        }
        public IBOIdentityuserprofile BOİdentityuserprofile()
        {
            var boİdentityuserprofile = new BOIdentityuserprofile()
            {
                UserId    = this.UserId,
                FirstName = this.FirstName,
                LastName  = this.LastName,
                FullName  = this.FullName
            };

            return(boİdentityuserprofile);
        }