public RosterApiController(RosterDocumentContext rosterContext)
 {
     _rosterContext = rosterContext;
 }
 public HomeController(RosterDocumentContext context)
 {
     _context = context;
 }
 public RosterApiController()
 {
     _rosterContext = null;
 }