public PayrollModel GetByID(int id)
 {
     return(repository.GetByID(id));
 }