public Empresa Create(Empresa entity) { try { //entity.UserID = _userID; return(repository.Create(entity)); } catch (Exception ex) { throw ex; } }