public bool Delete(EmpresaTipo obj)
 {
     throw new NotImplementedException();
 }
 public long?Insert(EmpresaTipo obj)
 {
     throw new NotImplementedException();
 }
 public List <EmpresaTipo> Search(EmpresaTipo obj)
 {
     throw new NotImplementedException();
 }
 public EmpresaTipo Find(EmpresaTipo obj)
 {
     throw new NotImplementedException();
 }