public static Employee GetEmployeeByLogin(String login, String pass) { return(EmployeeMapper.SelectSingle(GetConnection(), login, pass)); }