public DetailsModel(EnergyPerformance.Models.EnergyPerformanceDbContext context)
 {
     _context = context;
 }
 public IndexModel(EnergyPerformance.Models.EnergyPerformanceDbContext context)
 {
     _context = context;
 }
 public CreateModel(EnergyPerformance.Models.EnergyPerformanceDbContext context)
 {
     _context = context;
 }