public static int SoftDeleteFund(int fundId) { int retValue = -1; return(ProjManagementAdmin.SoftDeleteFund(fundId, out retValue)); }