public int removeForId(int id)
 {
     return(_TurnoController.removeForID(id));
 }