public IDataResult <Image> GetById(int id) { return(new SuccessDataResult <Image>(_imageDal.GetById(p => p.Id == id))); }