public void usunOddzial(Oddzial oddzial) {
   oddzialRepository.delete(oddzial);
 }