public ActionResult CopyConstract(string ConstractId)
        {
            MasterService masterService = new MasterService();

            masterService.ConstractCopy(ConstractId, UserInfo.UserId);

            return(Json(""));
        }