public async Task <string> Exists(string title) { bool exists = await _eventDal.Exists(title); return(Newtonsoft.Json.JsonConvert.SerializeObject(exists)); }