public BrandLogin LoginNameExist(BrandLogin logInfo) { try { return(_ibrand.LoginNameExist(logInfo)); } catch (Exception ex) { throw ex; } }