public ICollection <Artist> GetAll() { return(_artistDAL.GetAll()); }
public ICollection <Artist> GetAll() { return(artistDAL.GetAll(a => a.IsActive)); }