public static string Orders_Add(string id, string orderid, string quantity, string size) { return(db.Orders_Add(id, orderid, quantity, size)); }