public CommonB(CommonR commonRepo) { commonR = commonRepo; }
public CommonB() { commonR = new CommonR(); }