public Task <DadosSala> ListarSala()
 {
     return(_salaRepository.ListarSala());
 }