public void CancelarTarea(int idTarea, string descripcion) { mySQLManager.CancelarTarea(mySQLManager.GetTarea(idTarea), descripcion); }