public static int UpdateFund(FundInfo fund) { int retValue = -1; return(ProjManagementAdmin.UpdateFund(fund, out retValue)); }