public bool IsExist(long bvn)
 {
     return(_citizenRepository.IsExists(bvn));
 }