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

            PreSearchesDL.DeletePreSerch(newPre);
        }