public Owner AddNewOwner(Owner owner) { _validator.OwnerValidation(owner); return(_ownerRepository.AddNewOwner(owner)); }