public UserController()
 {
     db = new ShaiyaWebsiteContext();
 }
 public HomeController()
 {
     db = new ShaiyaWebsiteContext();
 }