public bool buyItem() { return(Support.ChangeBill(db, HttpContext.User.Identity.Name, null)); }
public bool Change(int id, int status) { return(Support.ChangeBill(db, id, status)); }