public List <InventDoseDTO> Get(int id)
        {
            var l = InventDoseBL.GetById(id);

            return(l);
        }