public Seller GetByCpf(string cpf) { ISellerRepository repository = new SellerRepository(); return(repository.GetByCpf(cpf)); }