public ActionResult GenerateCAbatiment()
        {
            IBatimentService kk55 = new BatimentService();

            double maxj = kk55.FindMaxIDBat();
            maxj = maxj + 1;
            double jj = 4500000000000;

            double kk = jj + maxj;


            return Json(kk);
        }