public ICollection <Phone> GetPhoneByIdContact(Guid id) { return(_phoneService.GetPhoneByIdContact(id)); }