public IDataResult <Brand> GetByName(string name) { return(new SuccessDataResult <Brand>(_brandDAL.GetByName(name))); }