public JsonResult GetAllFairies() { var fairies = checkInRepository.GetAllFairies(); return(Json(fairies, JsonRequestBehavior.AllowGet)); }