public Users(SHOPCLUESContext shopclues)
 {
     this.shopclues = shopclues;
 }
 public Products(SHOPCLUESContext shopclues)
 {
     this.shopclues = shopclues;
 }