//GET: api/majstor/registracioni_broj sahiste
        public MajstorPregled Get(int id)
        {
            MajstorPregled majstor = DTOManager.GetMajstorBasic(id);

            return(majstor);
        }