public StudentasController(TestStudContext context)
 {
     _context = context;
 }
 public DestytojasController(TestStudContext context)
 {
     _context = context;
 }