public static CashIncomeInfo GetCashIncomeById(int id)
 {
     return(CashIncomeProxy.GetCashIncomeById(id));
 }