//string ZamanAraligiBirim)
 public ActionResult _spGelenIsYogunlugu()
 {
     using (var matbaa = new matbaaEntities())
     {
         ObjectResult<spGelenIsYogunlugu_Result> gelenIsYogunlugu = matbaa.spGelenIsYogunlugu("m");
         //return Json(gelenIsYogunlugu.ToList(), JsonRequestBehavior.AllowGet);
         return Json(gelenIsYogunlugu.ToList(),JsonRequestBehavior.AllowGet);
     }
 }