public bool SaveData(Staff staff) { bool status = true; Staff staffs = new Staff(); StaffRepository repo = new StaffRepository(); status = repo.SaveEdit(ParserAddStaff(staff)); return(status); }