public HCustomers GetCustomerInfoByLogin(string username, string password) { return(BusinessObjectManager.GetCustomerDataByLogin(username, password)); }