public IEnumerable <LinhaProducao> GetLinhasProducao()
        {
            IEnumerable <LinhaProducao> lista = repo.SelectAll();

            return(lista);
        }