public async Task <IHttpActionResult> GetPartiEM() { try { return(Ok(await _logicEm.GetPartiEM())); } catch (Exception e) { Log.Error("GetPartiEM", e); return(ErrorHandler(e)); } }