public void ClienteRepository_Set()
 {
     _clienteRepository = new ClienteSqlRepository();
     _cliente           = new Cliente()
     {
         Nome = "Fabricio"
     };
     BaseSqlTest.SeedDatabaseCliente();
 }