public IEnumerable <Ticket> GetInDate(string inicial, string final) { return(repositorio.GetInDate(inicial, final)); }