public StudentController(IAutoManagementContext cont)
 {
     this.context = cont;
 }
 public ResourceController(IAutoManagementContext cont)
 {
     this.context = cont;
 }
 public StudentController()
 {
     context = new AutoManagementContext();
 }
 public ResourceController()
 {
     context = new AutoManagementContext();
 }