public bool Authenticate(string username, string password)
 {
     return(m_AuthenticateRepository.CheckAuthentication(username, password));
 }