public bool SaveContactInfo(DBEntities.Entities.ContactInfo contactInfo)
 {
     return(_contactInfoRepository.SaveContactInfo(contactInfo));
 }