public ActionResult GetEmailLists()
        {
            var data = _emailListService.GetAll();

            return(Ok(data));
        }