public void GetEnterpriseById() { int id = int.Parse(_request["id"].ToString()); _response.Write(_em.GetEnterpriseById(id)); }