public ActionResult GetByName(string name) { return(Json(_da.GetByName(name), JsonRequestBehavior.AllowGet)); }