public int AddAboutUs(BLModel.About aboutUs) { return(_aboutUsRepository.Add((DLModel.About) new DLModel.About().InjectFrom(aboutUs)).AboutUsID); }