public function destroy($id)
 {
     Payroll::destroy($id);
     return Redirect::route('payrolls.index');
 }