public IActionResult DelLeave(int BillID)
        {
            var r = Iemployee.DelLeave(BillID);

            return(Json(r));
        }