public string ChangeStatus(LeaveStatusModel status) { using (ILeaveHelper helper = new LeaveHelper()) { return(helper.ChangeStatus(status)); } }