public void Remove(IPayrollModel model)
 {
     repository.Remove(model);
 }