public int FinancialInfoUpsert(int FinancialId, int?FinancialInfoId, int FinancialInfoTypeId, string Value, string LargeValue, bool Enable)
 {
     return(DataFactory.FinancialInfoUpsert(FinancialId, FinancialInfoId, FinancialInfoTypeId, Value, LargeValue, Enable));
 }