//查询所有关怀
 public List <CustomerCare> AllSelectCustomerCare()
 {
     return(Dal.AllSelectCustomerCare());
 }