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