public async Task <IEnumerable <Turno> > GetListaTurno()
        {
            try
            {
                var turno = await ITurno.GetComboTurno();

                return(turno);
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }