public bool AddPhotoSrc(IList <Attachments> list) { var szServices = new DbHelperEfSql <Attachments>(); return(szServices.AddL(list)); }