public IEnumerable <ApplicationDetails> GetApplication(string lobId)
 {
     return(_planRepository.GetApplicationName(lobId));
 }