public PdfsController(ArmyStudyGuideContext context)
 {
     _context = context;
 }
 public SubcategoriesController(ArmyStudyGuideContext context)
 {
     _context = context;
 }
 public QaDetailsController(ArmyStudyGuideContext context)
 {
     _context = context;
 }