public int LegalInfoUpsert(int LegalId, int?LegalInfoId, int LegalInfoTypeId, string Value, string LargeValue, bool Enable)
 {
     return(DataFactory.LegalInfoUpsert(LegalId, LegalInfoId, LegalInfoTypeId, Value, LargeValue, Enable));
 }