public List <FullProfileViewModel> AreNotCelebrity() { return(_citizenRepository.AreNotCelebrity().Select(_mapper.Map <FullProfileViewModel>).ToList()); }