public Response <ContactAllergyViewModel> GetAllergyBundle(long contactID, Int16 allergyTypeID)
 {
     return(_allergyRepository.GetAllergyBundle(contactID, allergyTypeID));
 }