public static bool ClaimCash(string refnum) { dbConnect con = new dbConnect(); bool ret = con.ClaimCash(refnum); con.Close(); return(ret); }