public void Delete(int id) { try { var project = Context.GetProyectoById(id); Context.deleteProyecto(project); } catch (Exception) { throw; } }