public void UpdatePassword(string Password, int EmployeeID) { er.UpdatePassword(Password, EmployeeID); }