public IEnumerable <Title> GetAll() { return(titleDb.GetAll()); }
public IEnumerable <BloodGroup> GetAll() { return(bpo.GetAll()); }