public virtual OperationResult UpdateEntity(TsErrorCause2Loc tsErrorCause2Loc, bool isSave = true)
 {
     return(tsErrorCause2LocRepository.Update(tsErrorCause2Loc, isSave));
 }
 public virtual OperationResult AddEntity(TsErrorCause2Loc tsErrorCause2Loc, bool isSave = true)
 {
     return(tsErrorCause2LocRepository.Insert(tsErrorCause2Loc, isSave));
 }