public GeneralService(HitayEntities context) : base(context) { }
public BaseService(HitayEntities context) { Context = context; }