public IActionResult GetByDoctor(int id)
 {
     return(Ok(_bookingRepo.GetByDoctor(id)));
 }