public SongReqController(SunrinMPReqContext context)
 {
     _context = context;
 }
 public RoomController(SunrinMPReqContext context)
 {
     rng      = new Random();
     _context = context;
 }