public HomeController()
 {
     this.service = new SmartphoneService();
     this.db      = new LaptopDBContext();
 }
 public LaptopController()
 {
     this.db = new LaptopDBContext();
 }