//Update
        public static void UpdatePreSerch(PreSerches1 pre)
        {
            PreSearches newPre = PreSearchesConvertor.ConvertToDL(pre);

            PreSearchesDL.UpdatePreSerches(newPre);
        }