public IEnumerable <Customer> Get()
 {
     return(objcommon.GetAllCustomer());
 }