public static int Add(Empresa item) { EmpresaEntity entity; entity = EmpresaMapper.Get(item); item.Id = EmpresaDao.Add(entity); return(item.Id); }