public ActionResult GetRecord(int id)
 {
     return(View(_recordProvider.GetRecordById(id)));
 }