public BewerbungRepository(ArbeitssucheContext context)
 {
     _context = context;
 }
 public StadtRepository(ArbeitssucheContext context)
 {
     _context = context;
 }
 public StandortsController(ArbeitssucheContext context)
 {
     _context = context;
 }